type runtime._panic
15 uses
runtime (current package)
panic.go#L659: var p _panic
panic.go#L685: var p _panic
panic.go#L702: func preprintpanics(p *_panic) {
panic.go#L734: func printpanics(p *_panic) {
panic.go#L848: var p _panic
panic.go#L886: func (p *_panic) start(pc uintptr, sp unsafe.Pointer) {
panic.go#L914: gp._panic = (*_panic)(noescape(unsafe.Pointer(p)))
panic.go#L931: func (p *_panic) nextDefer() (func(), bool) {
panic.go#L997: func (p *_panic) nextFrame() (ok bool) {
panic.go#L1043: func (p *_panic) initOpenCodedDefers(fn funcInfo, varp unsafe.Pointer) bool {
panic.go#L1259: func printPreFatalDeferPanic(p *_panic) {
panic.go#L1456: func fatalpanic(msgs *_panic) {
runtime2.go#L485: _panic *_panic // innermost panic - offset known to liblink
runtime2.go#L1173: type _panic struct {
runtime2.go#L1175: link *_panic // link to earlier panic
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |